home *** CD-ROM | disk | FTP | other *** search
- ; InfraRexx Example showing use of ToolManager Dock as remote control window
- ;
- ; Example created by Ketil Hunn, adapted by Leon Woestenberg.
- ;
- ; add an assign for the buttons
- Assign NAME DOCK: TARGET "Icons" ADD
-
- ; start ToolManager (we would like to use APPEND instead of USE here)
- ToolManager FROM ToolManager.prefs USE
-
-